问题描述:
Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.
>
You are given a target value to search. If found in the array return its index, otherwise return -1.
>
You may assume no duplicate exists in the array.
问题示例
|
|
我的答案
|
|
其他高效答案
|
|